DescribeStratetyDetail
Description
obtain details of the specified baseline check policy.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeStratetyDetail
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| Id | BODY | string | No | No sample value for this parameter. | baseline check policy ID. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| CycleStartTime | integer | no demo value | Policy execution start time: 0: indicates execution from 0 to 6 o'clock 6: indicates execution from 6 to 12 o'clock 12: indicates execution from 12 to 18 o'clock 18: indicates execution from 18 to 24 |
| Type | integer | no demo value | policy type: 1: indicates the system default policy 2: indicates user-defined policy |
| TypeName | string | no demo value | sub-risk classification code. |
| RequestId | string | no demo value | request ID. |
| SubTypes | array | no demo value | sub-risk classification list, see the following parameter description for specific sub-items. |
| CycleDays | integer | no demo value | policy execution cycle. |
| Alias | string | no demo value | sub-risk category name. |
| Strategy | array | no demo value | details of the baseline check policy. see the following parameter descriptions for specific sub-items. |
| Id | integer | no demo value | policy ID. |
| RiskTypeWhiteListQueryResultList | array | no demo value | the risk item information contained in the policy, see the following parameter description for specific sub-items. |
| Name | string | no demo value | policy name. |
| On | boolean | no demo value | whether to check this sub-risk category. |
Example
Successful Response example
{
"CycleStartTime":"no demo value",
"Type":"no demo value",
"TypeName":"no demo value",
"RequestId":"no demo value",
"SubTypes":"no demo value",
"CycleDays":"no demo value",
"Alias":"no demo value",
"Strategy":"no demo value",
"Id":"no demo value",
"RiskTypeWhiteListQueryResultList":"no demo value",
"Name":"no demo value",
"On":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}